-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix dispersive shift updated frequency #432
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## fix_backend #432 +/- ##
============================================
Coverage 96.77% 96.77%
============================================
Files 48 48
Lines 3129 3129
============================================
Hits 3028 3028
Misses 101 101
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Tests seems to be failing for unrelated reasons, but the routine now works (and improves the fidelity!) |
I'll have a look at tests now, thanks for the feedback. |
I approved, but obviously this should be merged after the tests pass. |
In theory we already have the information about the readout frequency in the readout pulse. |
It makes sense, but then I would change the naming in the characterization section that is now called "readout frequency" to "resonator frequency". |
I agree. We already have |
I think we only care about the readout frequency, we may only store the resonator frequency if we were interested on doing some simulation, right ? Haloa Sure rodolfo |
To run things yes we need only the readout frequency. I would say that there is some value in also storing the resonator frequency. |
Closes #430.
I've also renamed
Frequency Shift
toChi
by dividing the shift by two (hopefully it is correct).Checklist: